home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperHack
/
SuperHack CD.bin
/
SCRIPTZ
/
PHEAR1.ZIP
/
INSTALL.BAT
next >
Wrap
DOS Batch File
|
1997-01-17
|
3KB
|
64 lines
@echo off
rem Batch File Installation shiznit by zap, not too fancy but hell it beats
rem the 1 meg installation programs which are irrevelant.
echo.
echo (::phear::) v1.0 installation - by zap (zap@d0rx.org)
echo ...irc will never be the same again...
echo.
echo Latest version available at http://phear.home.ml.org
echo Need a XDCC bot for mIRC? http://zapdcc.home.ml.org
echo Just think, your advertisement could *not* be here.
echo Sorry folks, no advertisement will be available. ;)
echo.
echo * schlap a key *
pause>nul
echo.
echo _PLEASE_ read this before proceeding! All questions asked that were
echo answered here will be piped to /dev/null.
echo.
echo uh, this installation program will put (::phear::) in \phear, note
echo it'll just be the INIs, no executables. Get mIRC 4.72 or whatever the
echo newest version is @ http://www.mirc.co.uk and use it to run (::phear::).
echo this script requires at *least* mIRC 4.72. oh yeah, please exit mirc
echo before running this installation if you are upgrading this script or
echo running mirc through \phear already. thanks.
echo.
echo if you don't want to proceed, hit ctrl-c now. otherwise, hit a key to
echo begin.
echo.
echo * schlap a key *
pause>nul
echo.
echo now installating (::phear::) v1.0 by zap!
echo.
if not exist phear1.dat echo error! phear1.dat missing.
if not exist phear1.dat goto end
if not exist \phear\nul echo creating \phear...
if not exist \phear\nul md \phear
if exist phear1.dat echo decompressing inis...
if exist phear1.dat pkunzip -do phear1.dat \phear>nul
if errorlevel 11 echo you have a corrupted phear1.dat, please re-download.
if errorlevel 11 goto end
if errorlevel 9 echo phear1.dat missing? re-download please.
if errorlevel 9 goto end
if errorlevel 0 echo installation successfully completed!
if errorlevel 0 notepad \phear\phear.doc
if errorlevel 0 goto end
echo installation failed! (unknown error)
echo for some reason the script didn't install correctly!
echo make sure you have the proper amount of disk space left.
echo if you do and not sure what happened, email zap@d0rx.org.
ecoh possibly you don't have pkunzip which the zip file should
echo have included. check.
goto end
:end
echo.
echo (::phear::) b3 is by zap (zap@d0rx.org) on EFnet
echo ...irc will never be the same again...
echo.
echo Latest version available at http://phear.home.ml.org
echo Need a XDCC bot for mIRC? http://zapdcc.home.ml.org
echo Just think, your advertisement could *not* be here.
echo Sorry folks, no advertisement will be available. ;)
echo.